From b326787f9059807135f9f6ec392385454fb379f2 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 6 Jun 2010 00:38:00 +0000 Subject: [PATCH] Add lost doc for seg2trk and trk2seg. --- xmldoc/filters/options/track-seg2trk.xml | 6 ++++++ xmldoc/filters/options/track-trk2seg.xml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 xmldoc/filters/options/track-seg2trk.xml create mode 100644 xmldoc/filters/options/track-trk2seg.xml diff --git a/xmldoc/filters/options/track-seg2trk.xml b/xmldoc/filters/options/track-seg2trk.xml new file mode 100644 index 000000000..50e41b0e5 --- /dev/null +++ b/xmldoc/filters/options/track-seg2trk.xml @@ -0,0 +1,6 @@ + +This option splits tracks at segment boundaries into multiple tracks. This +is useful to restore the behaviour of GPSBabel versions up to 1.3.6 which +didn't support track segment markers and automatically put each segment into +a separate track. + diff --git a/xmldoc/filters/options/track-trk2seg.xml b/xmldoc/filters/options/track-trk2seg.xml new file mode 100644 index 000000000..8617b7fe6 --- /dev/null +++ b/xmldoc/filters/options/track-trk2seg.xml @@ -0,0 +1,6 @@ + +This option merges multiple tracks, inserting segment separators at +track boundaries. It expects the tracks to already be in the right order for +merging, i.e. it does not check timestamps and reorder track points so that +their timestamps are monotonically increasing. + -- 2.30.2